home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / xchat-gnome / setup-dialog.glade < prev    next >
Extensible Markup Language  |  2009-06-15  |  7KB  |  136 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
  3. <!--*- mode: xml -*-->
  4. <glade-interface>
  5.   <widget class="GtkWindow" id="setup window">
  6.     <property name="border_width">12</property>
  7.     <property name="title" translatable="yes">XChat-GNOME Setup</property>
  8.     <property name="resizable">False</property>
  9.     <property name="default_width">480</property>
  10.     <property name="default_height">360</property>
  11.     <child>
  12.       <widget class="GtkVBox" id="vbox3">
  13.         <property name="visible">True</property>
  14.         <property name="spacing">12</property>
  15.         <child>
  16.           <widget class="GtkVBox" id="vbox1">
  17.             <property name="visible">True</property>
  18.             <property name="spacing">18</property>
  19.             <child>
  20.               <widget class="GtkLabel" id="label1">
  21.                 <property name="visible">True</property>
  22.                 <property name="xalign">0</property>
  23.                 <property name="label" translatable="yes">Welcome to XChat-GNOME! Since this is your first time using this application, there are a couple things you'll need to configure before you can get started.
  24.  
  25. These are the names by which you'll be recognized on IRC. Your nick name is the name by which you'll be known, whereas the real name is useful for things such as registering with services. You do not have to use your real name if you do not want to.</property>
  26.                 <property name="wrap">True</property>
  27.               </widget>
  28.               <packing>
  29.                 <property name="expand">False</property>
  30.                 <property name="fill">False</property>
  31.               </packing>
  32.             </child>
  33.             <child>
  34.               <widget class="GtkHBox" id="hbox1">
  35.                 <property name="visible">True</property>
  36.                 <child>
  37.                   <widget class="GtkTable" id="table1">
  38.                     <property name="visible">True</property>
  39.                     <property name="n_rows">2</property>
  40.                     <property name="n_columns">2</property>
  41.                     <property name="column_spacing">12</property>
  42.                     <property name="row_spacing">6</property>
  43.                     <child>
  44.                       <widget class="GtkLabel" id="label2">
  45.                         <property name="visible">True</property>
  46.                         <property name="xalign">0</property>
  47.                         <property name="label" translatable="yes">_Nick name:</property>
  48.                         <property name="use_underline">True</property>
  49.                         <property name="mnemonic_widget">nick name entry</property>
  50.                       </widget>
  51.                       <packing>
  52.                         <property name="x_options">GTK_FILL</property>
  53.                         <property name="y_options"></property>
  54.                       </packing>
  55.                     </child>
  56.                     <child>
  57.                       <widget class="GtkLabel" id="label3">
  58.                         <property name="visible">True</property>
  59.                         <property name="xalign">0</property>
  60.                         <property name="label" translatable="yes">_Real name:</property>
  61.                         <property name="use_underline">True</property>
  62.                         <property name="mnemonic_widget">real name entry</property>
  63.                       </widget>
  64.                       <packing>
  65.                         <property name="top_attach">1</property>
  66.                         <property name="bottom_attach">2</property>
  67.                         <property name="x_options">GTK_FILL</property>
  68.                         <property name="y_options"></property>
  69.                       </packing>
  70.                     </child>
  71.                     <child>
  72.                       <widget class="GtkEntry" id="nick name entry">
  73.                         <property name="visible">True</property>
  74.                         <property name="can_focus">True</property>
  75.                         <property name="has_focus">True</property>
  76.                       </widget>
  77.                       <packing>
  78.                         <property name="left_attach">1</property>
  79.                         <property name="right_attach">2</property>
  80.                         <property name="y_options"></property>
  81.                       </packing>
  82.                     </child>
  83.                     <child>
  84.                       <widget class="GtkEntry" id="real name entry">
  85.                         <property name="visible">True</property>
  86.                         <property name="can_focus">True</property>
  87.                         <property name="activates_default">True</property>
  88.                       </widget>
  89.                       <packing>
  90.                         <property name="left_attach">1</property>
  91.                         <property name="right_attach">2</property>
  92.                         <property name="top_attach">1</property>
  93.                         <property name="bottom_attach">2</property>
  94.                         <property name="y_options"></property>
  95.                       </packing>
  96.                     </child>
  97.                   </widget>
  98.                   <packing>
  99.                     <property name="expand">False</property>
  100.                   </packing>
  101.                 </child>
  102.               </widget>
  103.               <packing>
  104.                 <property name="position">1</property>
  105.               </packing>
  106.             </child>
  107.           </widget>
  108.           <packing>
  109.             <property name="expand">False</property>
  110.           </packing>
  111.         </child>
  112.         <child>
  113.           <widget class="GtkHButtonBox" id="hbuttonbox1">
  114.             <property name="visible">True</property>
  115.             <property name="layout_style">GTK_BUTTONBOX_END</property>
  116.             <child>
  117.               <widget class="GtkButton" id="ok button">
  118.                 <property name="visible">True</property>
  119.                 <property name="can_focus">True</property>
  120.                 <property name="can_default">True</property>
  121.                 <property name="has_default">True</property>
  122.                 <property name="label">gtk-ok</property>
  123.                 <property name="use_stock">True</property>
  124.               </widget>
  125.             </child>
  126.           </widget>
  127.           <packing>
  128.             <property name="expand">False</property>
  129.             <property name="position">1</property>
  130.           </packing>
  131.         </child>
  132.       </widget>
  133.     </child>
  134.   </widget>
  135. </glade-interface>
  136.